Removes measure overlay properties
{ deleteMeasureOverlay }
Delete some or all measure overlay properties for the given role in a specific data model .
Method
/API3/dataSources/deleteMeasureOverlay
- Enterprise Admin
- Domain Admin
Input Parameters
Name
data
Object Type
Description
An object representing the measure overlays to be deleted from a data model.
Output Response
Successful Result Code
200
Response Type
Description of Response Type
Generic API response object with success or failure flag and related messages.
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.
TypeScript
Curl
Java
C#
Python
PHP